![]() |
Kinetis SDK API Reference Manual
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include <stdint.h>Functions | |
| void | microseconds_init (void) |
| Initialize timer facilities. More... | |
| void | microseconds_shutdown (void) |
| Shutdown the microsecond timer. More... | |
| uint64_t | microseconds_get (void) |
| Read back current absolute time in microseconds. More... | |
| void | microseconds_delay (uint32_t us) |
| Delay a specified time. More... | |